Step Over

While execution of your code is paused, you can resume it by clicking Step Over from the toolbar or pressing Shift-Cmd-O on keyboard.

With Step Over chosen, the current line will be executed. If the line is a procedure or function call, it will bypass the procedure or function. The counter will then move to the next line of code.